home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / Chip_2004-10_cd1.bin / tema / cdlabel / cdlabdes.exe / {app} / CDLabDesigner.exe / 0 / RCDATA / TFRMCONFIG / TFRMCONFIG.txt
Encoding:
Text File  |  2002-12-05  |  11.0 KB  |  492 lines

  1. object frmConfig: TfrmConfig
  2.   Left = 220
  3.   Top = 109
  4.   HelpContext = 6
  5.   BorderStyle = bsDialog
  6.   Caption = 'Options'
  7.   ClientHeight = 242
  8.   ClientWidth = 366
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   OldCreateOrder = False
  17.   Position = poMainFormCenter
  18.   ShowHint = True
  19.   OnCreate = FormCreate
  20.   OnDestroy = FormDestroy
  21.   OnKeyDown = FormKeyDown
  22.   DesignSize = (
  23.     366
  24.     242)
  25.   PixelsPerInch = 96
  26.   TextHeight = 13
  27.   object PageControl1: TPageControl
  28.     Left = 0
  29.     Top = 0
  30.     Width = 366
  31.     Height = 219
  32.     ActivePage = TabSheet1
  33.     Align = alTop
  34.     Anchors = [akLeft, akTop, akRight, akBottom]
  35.     Images = frmCDLabMain.ImageList1
  36.     MultiLine = True
  37.     TabIndex = 0
  38.     TabOrder = 0
  39.     TabWidth = 70
  40.     object TabSheet1: TTabSheet
  41.       Caption = 'General'
  42.       ImageIndex = 32
  43.       object Bevel1: TBevel
  44.         Left = 4
  45.         Top = 4
  46.         Width = 173
  47.         Height = 181
  48.         Shape = bsRightLine
  49.       end
  50.       object Label1: TLabel
  51.         Left = 16
  52.         Top = 44
  53.         Width = 86
  54.         Height = 13
  55.         Caption = 'Background color:'
  56.       end
  57.       object SB_BkColor: TSpeedButton
  58.         Left = 136
  59.         Top = 40
  60.         Width = 23
  61.         Height = 22
  62.         Hint = 'Set background color'
  63.         OnClick = SB_BkColorClick
  64.       end
  65.       object Label2: TLabel
  66.         Left = 16
  67.         Top = 76
  68.         Width = 67
  69.         Height = 13
  70.         Caption = 'Default zoom:'
  71.       end
  72.       object Label3: TLabel
  73.         Left = 16
  74.         Top = 108
  75.         Width = 59
  76.         Height = 13
  77.         Caption = 'Undo levels:'
  78.       end
  79.       object Label4: TLabel
  80.         Left = 15
  81.         Top = 160
  82.         Width = 45
  83.         Height = 13
  84.         Caption = 'CD drive:'
  85.       end
  86.       object Chk_XP: TCheckBox
  87.         Left = 16
  88.         Top = 16
  89.         Width = 141
  90.         Height = 17
  91.         Hint = 'XP look for menus and toolbars'
  92.         Alignment = taLeftJustify
  93.         Caption = 'XP look:'
  94.         TabOrder = 0
  95.       end
  96.       object CB_Zoom: TComboBox
  97.         Left = 108
  98.         Top = 72
  99.         Width = 53
  100.         Height = 21
  101.         Hint = 'Default zoom value'
  102.         Style = csDropDownList
  103.         ItemHeight = 13
  104.         ItemIndex = 3
  105.         TabOrder = 1
  106.         Text = '100%'
  107.         Items.Strings = (
  108.           '25%'
  109.           '50%'
  110.           '75%'
  111.           '100%'
  112.           '125%'
  113.           '150%'
  114.           '175%'
  115.           '200%')
  116.       end
  117.       object SE_UndoL: TSpinEdit
  118.         Left = 108
  119.         Top = 104
  120.         Width = 53
  121.         Height = 22
  122.         Hint = 'Number of undo levels'
  123.         MaxValue = 20
  124.         MinValue = 0
  125.         TabOrder = 2
  126.         Value = 10
  127.       end
  128.       object Chk_UndoC: TCheckBox
  129.         Left = 32
  130.         Top = 132
  131.         Width = 121
  132.         Height = 17
  133.         Hint = 'Clear undo after save'
  134.         Alignment = taLeftJustify
  135.         Caption = 'Clear after save:'
  136.         TabOrder = 3
  137.       end
  138.       object ComboBox1: TComboBox
  139.         Left = 107
  140.         Top = 156
  141.         Width = 53
  142.         Height = 21
  143.         Hint = 'CD drive path'
  144.         Style = csDropDownList
  145.         ItemHeight = 13
  146.         TabOrder = 4
  147.       end
  148.       object GroupBox2: TGroupBox
  149.         Left = 184
  150.         Top = 8
  151.         Width = 169
  152.         Height = 77
  153.         Caption = 'Spine text direction'
  154.         TabOrder = 5
  155.         object Label8: TLabel
  156.           Left = 12
  157.           Top = 24
  158.           Width = 19
  159.           Height = 13
  160.           Caption = 'Left'
  161.         end
  162.         object Label11: TLabel
  163.           Left = 12
  164.           Top = 52
  165.           Width = 25
  166.           Height = 13
  167.           Caption = 'Right'
  168.         end
  169.         object CB_SDirLeft: TComboBox
  170.           Left = 52
  171.           Top = 20
  172.           Width = 89
  173.           Height = 21
  174.           Hint = 'Left spine direction'
  175.           Style = csDropDownList
  176.           ItemHeight = 13
  177.           ItemIndex = 0
  178.           TabOrder = 0
  179.           Text = 'Top-Bottom'
  180.           Items.Strings = (
  181.             'Top-Bottom'
  182.             'Bottom-Top')
  183.         end
  184.         object CB_SDirRight: TComboBox
  185.           Left = 52
  186.           Top = 48
  187.           Width = 89
  188.           Height = 21
  189.           Hint = 'Right spine direction'
  190.           Style = csDropDownList
  191.           ItemHeight = 13
  192.           ItemIndex = 0
  193.           TabOrder = 1
  194.           Text = 'Top-Bottom'
  195.           Items.Strings = (
  196.             'Top-Bottom'
  197.             'Bottom-Top')
  198.         end
  199.       end
  200.       object RadioGroup2: TRadioGroup
  201.         Left = 184
  202.         Top = 92
  203.         Width = 169
  204.         Height = 93
  205.         Hint = 'Default action if the picture is larger then label'
  206.         Caption = 'Default large picture action'
  207.         ItemIndex = 0
  208.         Items.Strings = (
  209.           'Ask'
  210.           'Resize'
  211.           'Resize (keep aspect ratio)'
  212.           'Crop')
  213.         TabOrder = 6
  214.       end
  215.     end
  216.     object TabSheet3: TTabSheet
  217.       Caption = 'CDDB'
  218.       ImageIndex = 33
  219.       object Bevel2: TBevel
  220.         Left = 0
  221.         Top = 4
  222.         Width = 177
  223.         Height = 181
  224.         Shape = bsRightLine
  225.       end
  226.       object Label7: TLabel
  227.         Left = 16
  228.         Top = 48
  229.         Width = 32
  230.         Height = 13
  231.         Caption = 'Server'
  232.       end
  233.       object Edit1: TEdit
  234.         Left = 56
  235.         Top = 44
  236.         Width = 105
  237.         Height = 21
  238.         Hint = 'CDDB server'
  239.         TabOrder = 1
  240.         Text = 'freedb.freedb.org'
  241.       end
  242.       object CheckBox2: TCheckBox
  243.         Left = 14
  244.         Top = 16
  245.         Width = 131
  246.         Height = 17
  247.         Alignment = taLeftJustify
  248.         Caption = 'Enabled'
  249.         Checked = True
  250.         State = cbChecked
  251.         TabOrder = 0
  252.         OnClick = CheckBox2Click
  253.       end
  254.       object GroupBox1: TGroupBox
  255.         Left = 184
  256.         Top = 12
  257.         Width = 173
  258.         Height = 113
  259.         Caption = 'Proxy'
  260.         TabOrder = 4
  261.         object Label9: TLabel
  262.           Left = 16
  263.           Top = 52
  264.           Width = 32
  265.           Height = 13
  266.           Caption = 'Server'
  267.         end
  268.         object Label10: TLabel
  269.           Left = 16
  270.           Top = 80
  271.           Width = 20
  272.           Height = 13
  273.           Caption = 'Port'
  274.         end
  275.         object CheckBox3: TCheckBox
  276.           Left = 14
  277.           Top = 24
  278.           Width = 127
  279.           Height = 17
  280.           Hint = 'Use proxy server'
  281.           Alignment = taLeftJustify
  282.           Caption = 'Use proxy server'
  283.           TabOrder = 0
  284.           OnClick = CheckBox3Click
  285.         end
  286.         object Edit3: TEdit
  287.           Left = 64
  288.           Top = 48
  289.           Width = 97
  290.           Height = 21
  291.           Hint = 'Proxy server host'
  292.           TabOrder = 1
  293.         end
  294.         object Edit4: TEdit
  295.           Left = 64
  296.           Top = 76
  297.           Width = 41
  298.           Height = 21
  299.           Hint = 'Proxy server port'
  300.           MaxLength = 5
  301.           TabOrder = 2
  302.           Text = '8080'
  303.           OnExit = Edit4Exit
  304.           OnKeyPress = Edit4KeyPress
  305.         end
  306.       end
  307.       object CheckBox4: TCheckBox
  308.         Left = 14
  309.         Top = 84
  310.         Width = 131
  311.         Height = 17
  312.         Hint = 'Automaticaly place album title on spines'
  313.         Alignment = taLeftJustify
  314.         Caption = 'Place title on spine'
  315.         Checked = True
  316.         State = cbChecked
  317.         TabOrder = 2
  318.         OnClick = CheckBox2Click
  319.       end
  320.       object CheckBox5: TCheckBox
  321.         Left = 14
  322.         Top = 116
  323.         Width = 131
  324.         Height = 17
  325.         Hint = 'Automaticaly place number before songs'
  326.         Alignment = taLeftJustify
  327.         Caption = 'Numerate songs'
  328.         Checked = True
  329.         State = cbChecked
  330.         TabOrder = 3
  331.         OnClick = CheckBox2Click
  332.       end
  333.     end
  334.     object TabSheet2: TTabSheet
  335.       Caption = 'Print'
  336.       ImageIndex = 5
  337.       object Bevel3: TBevel
  338.         Left = 4
  339.         Top = 4
  340.         Width = 173
  341.         Height = 181
  342.         Shape = bsRightLine
  343.       end
  344.       object Label5: TLabel
  345.         Left = 12
  346.         Top = 16
  347.         Width = 40
  348.         Height = 13
  349.         Caption = 'Cut line:'
  350.       end
  351.       object Label6: TLabel
  352.         Left = 12
  353.         Top = 52
  354.         Width = 43
  355.         Height = 13
  356.         Caption = 'Fold line:'
  357.       end
  358.       object ComboBox2: TComboBox
  359.         Left = 72
  360.         Top = 12
  361.         Width = 93
  362.         Height = 22
  363.         Hint = 'Cutting lines style'
  364.         Style = csOwnerDrawFixed
  365.         ItemHeight = 16
  366.         ItemIndex = 0
  367.         TabOrder = 0
  368.         OnDrawItem = ComboBox2DrawItem
  369.         Items.Strings = (
  370.           ''
  371.           ''
  372.           '')
  373.       end
  374.       object ComboBox3: TComboBox
  375.         Left = 72
  376.         Top = 48
  377.         Width = 93
  378.         Height = 22
  379.         Hint = 'Folding lines style'
  380.         Style = csOwnerDrawFixed
  381.         ItemHeight = 16
  382.         ItemIndex = 0
  383.         TabOrder = 1
  384.         OnDrawItem = ComboBox2DrawItem
  385.         Items.Strings = (
  386.           ''
  387.           ''
  388.           '')
  389.       end
  390.       object RadioGroup1: TRadioGroup
  391.         Left = 4
  392.         Top = 88
  393.         Width = 165
  394.         Height = 77
  395.         Hint = 'Way of disk label printing'
  396.         Caption = 'Disk label'
  397.         Items.Strings = (
  398.           'Print over edge'
  399.           'Print exact edge')
  400.         TabOrder = 2
  401.       end
  402.       object GroupBox3: TGroupBox
  403.         Left = 184
  404.         Top = 8
  405.         Width = 169
  406.         Height = 109
  407.         Caption = 'Max. printing bitmap size'
  408.         TabOrder = 3
  409.         object Label13: TLabel
  410.           Left = 68
  411.           Top = 60
  412.           Width = 23
  413.           Height = 13
  414.           Caption = '5 MB'
  415.         end
  416.         object Label14: TLabel
  417.           Left = 132
  418.           Top = 24
  419.           Width = 21
  420.           Height = 13
  421.           Caption = 'Fast'
  422.         end
  423.         object Label15: TLabel
  424.           Left = 16
  425.           Top = 24
  426.           Width = 34
  427.           Height = 13
  428.           Caption = 'Robust'
  429.         end
  430.         object TrackBar1: TTrackBar
  431.           Left = 12
  432.           Top = 36
  433.           Width = 145
  434.           Height = 25
  435.           Hint = 'Maximum memory to use for temporary printing image'
  436.           Max = 50
  437.           Min = 3
  438.           Orientation = trHorizontal
  439.           Frequency = 1
  440.           Position = 5
  441.           SelEnd = 0
  442.           SelStart = 0
  443.           TabOrder = 0
  444.           ThumbLength = 15
  445.           TickMarks = tmTopLeft
  446.           TickStyle = tsNone
  447.           OnChange = TrackBar1Change
  448.         end
  449.         object Button2: TButton
  450.           Left = 20
  451.           Top = 80
  452.           Width = 129
  453.           Height = 21
  454.           Hint = 'Try to determine this value on your system'
  455.           Caption = 'Determine'
  456.           TabOrder = 1
  457.           OnClick = Button2Click
  458.         end
  459.       end
  460.     end
  461.   end
  462.   object Button3: TButton
  463.     Left = 291
  464.     Top = 221
  465.     Width = 75
  466.     Height = 21
  467.     Anchors = [akRight, akBottom]
  468.     Cancel = True
  469.     Caption = '&Cancel'
  470.     ModalResult = 2
  471.     TabOrder = 2
  472.   end
  473.   object Button1: TButton
  474.     Left = 211
  475.     Top = 221
  476.     Width = 75
  477.     Height = 21
  478.     Anchors = [akRight, akBottom]
  479.     Caption = '&Ok'
  480.     Default = True
  481.     ModalResult = 1
  482.     TabOrder = 1
  483.     OnClick = Button1Click
  484.   end
  485.   object CD: TColorDialog
  486.     Ctl3D = True
  487.     Options = [cdFullOpen, cdAnyColor]
  488.     Left = 124
  489.     Top = 68
  490.   end
  491. end
  492.